home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / mac / INTERACTIVE MAC / RUN ME MAC (68k) / RUN ME MAC (68k).dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1996-04-02  |  321 b   |  13 lines

  1. on mouseDown
  2.   global cd, pathSeparator, tobeonline
  3.   if the machineType <> 256 then
  4.     go(1, cd & pathSeparator & "IMM" & pathSeparator & "home")
  5.   else
  6.     if tobeonline = 2 then
  7.       go(1, the pathName & "Wizard.dir")
  8.     else
  9.       go(1, cd & pathSeparator & "IMM" & pathSeparator & "home")
  10.     end if
  11.   end if
  12. end
  13.